home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 4 / CARTS4.iso / mac / MiniCad 6.0.1 demo / MiniCad 6.0.1 Demo / MiniCad 6.0.1 Demo.rsrc / STR#_7022.txt < prev    next >
Text File  |  1996-03-22  |  259b  |  10 lines

  1. Changes the cursor appearance.
  2. See manual for codes.
  3.  
  4. SetCursor(cursorType);
  5.  
  6. Rotates the file's view by the #x, #y, #z angle values around the point specified by xCenter, yCenter, zCenter.
  7.  
  8. SetView(h : Handle; #x, #y, #z, xCenter, yCenter, zCenter : REAL);
  9.  
  10.